
/* 统一调整字间距 */
div,a,span,p,ul,li,h1,h2,h3,h4,h5,h6{padding:0;margin:0;}
td,th{ border:1px solid #bbb;}
iframe{display: block;margin:25px auto; width:800px!important;height:450px!important;}
video{display: block;margin:25px auto; width:800px!important;height:450px!important;background-color: #000;}
@media (max-width:640px ) {
	iframe{margin:15px auto;width:100%!important;height:210px!important;}
	video{margin:15px auto; width:100%!important;height:210px!important;}
}

/*img{display:block;width:auto;margin:0 auto;}*/
.main1200{width:1200px;margin:0 auto;}
.main1400{width:1400px;margin:0 auto;}
.main1540{width:1540px;margin:0 auto;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
}
/* 平板端隐藏 */
@media (min-width:640px ) and (max-width: 1000px) {
	.pb_hidden{display: none;}
}
@media (max-width: 640px) {
	.q_banner .swiper_button {display: none;}
}
/* 返回顶部  开始 */
#toTop{width:55px;height:55px;bottom:100px;right:10px;position:fixed;cursor:pointer;z-index:999999;}
@media(max-width: 640px){
	#toTop{width:35px;height:35px;bottom:75px;}
}
/* 返回顶部  结束 */
.q_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_mask_in{width:100%;position: absolute;left:0;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
a.img{outline: none;display: block;width:100%;}
.img{background-position: center center;background-size: cover;background-repeat: no-repeat;
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.hover:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.q_row{width:100%;margin:0 auto;}
.q_row:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_img{width:100%;margin:20px auto;text-align: center;}
.clear{clear:none;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
@font-face{
  font-family: 'number';
  src: url('http://www.sdmingben.com/style/css/AlternateGothicNo2BT-Regular.otf');
}


section.page1 {width: 100%;top: 0;left: 0;height: 100%;position: absolute;}
section.page2 {width: 100%;left: 0;top: 100%;height:auto;position: absolute;}
@media(max-width: 640px){
	section.page1{position: relative;height: auto;}
	section.page2 {position: relative;top: 0;}
}

/* q_scroll start! */
@keyframes downico {
  0% {margin-top: 0;opacity: 1;}
  35% {margin-top: 40px;opacity: 0;}
  65% {margin-top: -40px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
.q_scroll{width:23px;height:47px;margin-left: -11px;position: absolute;left:50%;bottom:40px;z-index: 3;cursor: pointer;}
.q_scroll img{animation: downico 1.5s ease-out infinite;}
@media(max-width: 640px){
  .q_scroll{display: none;}
}
/* q_scroll end! */

/* q_header start! */
.q_header{width:100%;position:fixed;left:0;top:0;transition: all .3s;z-index:99999999;}
.q_header_t{padding:7px 0 6px;background-color: #f7f7f7;border-bottom: 1px solid #e6e6e6;transition: all .3s;}
.q_header_t .q_header_main{text-align: right;font-size: 0;}
.q_header_ul,.q_language{display: inline-block;margin-left: 20px;}
.q_header_li{display: inline-block;margin-left: 25px;font-size: 0;}
.q_header_li img,.q_header_li span{display: inline-block;}
.q_header_li img{width:24px;}
.q_header_li span{margin-left: 10px;font-size: 14px;color:#626262;line-height: 24px;}

.q_language a{outline: none;display: inline-block;margin-left: 15px;padding:0 4px;font-size: 14px;line-height: 20px;border-radius: 4px;
	background-color: #f7f7f7;color:#626262;text-transform: uppercase;position: relative;
}
.q_language a.on{background-color: #ef6700;color:#fff;}
.q_language a.cn:after{content:'';width:1px;height:14px;background-color: #626262;position: absolute;right:-10px;top:3px;}

.q_header_b{background-color: #fff;}
.q_logo{width:500px;float:left;}
.q_logo>h1>a{outline: none;display: block;width:100%;padding:20px 0;transition: all .3s;}
.q_logo>h1>a>img{height:60px;}

.q_search{width:36px;padding:32px 0;float:right;transition: all .3s;}
.q_search img{width:36px;cursor: pointer;}

.q_nav{width:calc(100% - 580px);float:left;margin-left: 15px;}
.q_nav>ul{font-size: 0;text-align:right;}
.q_nav>ul>li{display: inline-block;margin-left: 45px;position: relative;}
.q_nav>ul>li>a{outline: none;display:block;width:100%;padding:30px 0;position: relative;transition: all .3s;}
.q_nav>ul>li>a:after{position: absolute;left: 50%;bottom: 0;content: "";width: 0;height: 3px;background-color: #ef6700;border-radius: 3px;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.q_nav>ul>li:hover>a:after,.q_nav>ul>li.on>a:after{width: 100%;transform: translateX(-50%);}
.q_nav>ul>li>a>span{display:block;width:100%;font-size:17px;color:#1d1d1d;line-height: 40px;height:40px;}

/* q_nav_son */
.q_nav_son{width:180%;position: absolute;top:100%;left:-40%;padding:10px 0;z-index: 10;background-color: #fafafa;display: none;}
.q_nav_son>li{width:100%;margin:0 auto;padding:0;}
.q_nav_son>li>a{outline: none;display: block;width:100%;margin:0 auto;padding:0;font-size: 13px;text-align: center;line-height: 36px;color:#555;}
.q_nav_son>li:hover{background-color: #ef6700;}
.q_nav_son>li:hover>a{color:#fff;}

.q_header.q_header_fixed{box-shadow: 0 0 10px #ccc;}
.q_header.q_header_fixed .q_header_t{padding:5px 0 4px;}
.q_header.q_header_fixed .q_logo>h1>a{padding:10px 0;}
.q_header.q_header_fixed .q_search{padding:22px 0;}
.q_header.q_header_fixed .q_nav>ul>li>a{padding:20px 0;}
/* q_header end! */

/* q_banner start! */
.q_banner{width:100%;margin:0 auto;height:calc(100% - 138px);position: absolute;left:0;bottom:0;}
.q_banner .swiper_banner{height:100%;}
.q_banner .swiper_banner .swiper-slide{height:100%;}
.q_banner .swiper_banner .swiper-slide a{outline: none;display: block;width:100%;height:100%;
	background-position: center center;background-size: cover;background-repeat: no-repeat;
}
.q_banner .swiper_banner .swiper_pagination_banner{bottom:5%;display: none;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width:15px;height:15px;background-color: #fff;opacity: 1;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #f06601;opacity: 1;}
.q_banner .swiper_banner .swiper_button_banner{background:none;width:56px;height:56px;line-height: 53px;margin-top: -28px;font-size: 30px;
  text-align: center;border-radius: 50%;border:1px solid #f06601;color:#f06601;transition: all 0.3s;
}
.q_banner .swiper_banner .swiper_button_banner.swiper_button_banner_prev{left:3%;}
.q_banner .swiper_banner .swiper_button_banner.swiper_button_banner_next{right:3%;}
/* q_banner end! */

/* q_section start! */
.q_section{padding:100px 0;}
.q_section_main{position: relative;}
.q_section_title{width:45%;font-size: 0;}
.q_section_title .cn,.q_section_title .en{display: inline-block;position: relative;vertical-align: bottom;}
.q_section_title .cn{font-size: 44px;color:#000;line-height: 55px;font-weight: 700;letter-spacing: 2px;margin-right: 25px;}
.q_section_title .en{font-size: 25px;color:#676767;line-height: 30px;font-weight: 100;text-transform:uppercase;}
.q_section_title .en:before{content:'';width:3px;height:20px;background-color: #f06601;position: absolute;bottom:6px;left:-12px;}

.q_section_more{width:100%;position: absolute;top:5px;right:0;text-align:right;}
.q_section_more a{outline: none;display:inline-block;border:1px solid #f06601;font-size: 0;}
.q_section_more a i{display: inline-block;padding:8px 12px;background-color: #f06601;color:#fff;font-size: 18px;line-height: 25px;}
.q_section_more a span{display: inline-block;padding:8px 40px;font-size: 17px;color:#f06601;line-height: 25px;text-transform:uppercase;letter-spacing: 2px;}
/* q_section end! */

/* q_product start! */
.q_section.q_product{padding:100px 0 0;}
.q_product_main{margin:60px auto 0;}
.q_pro_item{width:21%;float: left;position: relative;padding:50px 2%;background-color: #f4f4f4;background-image: linear-gradient(-45deg, #fafafa, #e0e0e0);}

.q_pro_item:nth-of-type(1){border-left:0;}
.q_pro_item_h a{outline: none;display: block;width:100%;color:#4e4e4e;}
.q_pro_item_h .big{display: inline-block;padding:0 0 10px;border-bottom: 1px solid #f06601;font-size: 22px;line-height: 33px;font-weight: 700;margin-bottom: 20px;}
.q_pro_item_h .small{margin:8px auto 0; font-size: 17px;color:#f06601;line-height: 25px;text-align: justify;}

.q_pro_item_img{width:100%;height: 300px;overflow: hidden;}

.q_pro_item_img .img{padding:75.29% 0 0;}
.q_pro_item_more{margin-top: 40px;position: relative;}
.q_pro_item_more a{outline: none;display: block;width:100%;}
.q_pro_item_more a img{width:90px;}

.q_pro_item:nth-of-type(4) .q_pro_item_img{padding:0;}
.q_pro_item:nth-of-type(4) .q_pro_item_img .img{padding:22.65% 0 0;}

.q_pro_item:nth-of-type(4) .q_pro_item_more a{text-align: right;}

.q_pro_item:hover .q_pro_item_h a{color:#f06601;}

/* q_product end! */

/* q_sample start! */
.q_section.q_sample{padding:80px 0 0;}
.q_section_p{width:100%;position: absolute;right:0;top:0;}
.q_section_p p{font-size: 20px;color:#777;text-align: right;line-height: 33px;}

.q_sample_main{margin:60px auto 0;background-color: #ededed;}
.parts-w {width: 100%;height: 750px;display: flex;flex-direction: row;justify-content: center;align-items: center;}
.parts-w .col {outline: none;width: calc(100% / 6);height: 100%;position: relative;transition: width 0.4s;cursor: pointer;padding: 72px 0 52px;display: flex;
	flex-direction: column;justify-content: space-between;align-items: center;overflow: hidden;
}
.parts-w .col .tp {display: flex;flex-direction: column;justify-content: flex-start;align-items: center;}
.parts-w .col .tp .tt {font-size: 20px;line-height: 33px;font-weight: bold;margin-bottom: 10px;white-space: nowrap;text-align: center;}
.parts-w .col .tp .tt .zh{display: inline-block;}
.parts-w .col .tp .stt {font-size: 13px;line-height: 17px;text-align: center;}
.parts-w .col .tp .stt .zh{display: inline-block;}
.parts-w .col .op {width: 47px;height: 47px;display: flex;flex-direction: row;justify-content: center;align-items: center;}
.parts-w .col .op .o {height: 16px;}
.parts-w .col .op .h {height: 13px;display: none;}
.parts-w .col .part-img {position: absolute;left: 56px;bottom: 100px;height: 400px;transition: all 0.4s;}
.parts-w .col .part-img.not-so-left {left: 0;}
.parts-w .col:nth-child(2n) {background-image: linear-gradient(180deg, #dbdbdb, #dbdbdb);}
.parts-w .col:nth-child(2n+1) {background-image: linear-gradient(180deg, #ededed, #dbdbdb);}
.parts-w .col.collapse {width: calc(100% / 7);}
.parts-w .col.expand {width: calc(100% / 4);background-image: none;background-color: #f06601;}
.parts-w .col.expand .tp {color: #fff;}
.parts-w .col.expand .tp .tt .zh{color: #fff;}
.parts-w .col.expand .op {background-color: #fff;}
.parts-w .col.expand .op .o {display: none;}
.parts-w .col.expand .op .h {display: inline-block;}
.parts-w .col.expand .part-img {left: 0;right: 0;margin: 0 auto;}

/* q_sample end! */

/* q_case start! */

.q_case_main{margin:60px auto 0;padding:0 2%;}
.q_case_button{margin:50px auto 0;text-align: center;}

.swiper-button-prev:after,.swiper-button-next:after{content: "";}

.q_case .swiper_case .swiper_button_case{background:none;width:36px;height:36px;line-height:33px;margin-top: 0;font-size:21px;margin:0 5px;position: static;display: inline-block;text-align: center;border-radius: 0;background-color: #bdbdbd; border:1px solid #bdbdbd;color:#fff;transition: all 0.3s;}
.q_case .swiper_case .swiper_button_case.swiper_button_case_prev{background-color: #f06601; border:1px solid #f06601;}
.q_case_item{text-align: center;}
.q_case_item_img{overflow:hidden;position: relative;}
.q_case_item_img .img{padding:70.48% 0 0;}
.q_case_item_h{margin:25px auto 0;}
.q_case_item_h a{outline: none;display: block;width:100%;font-size: 22px;color:#111; line-height: 30px;height:30px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

/* q_case end! */

.q_case_item_img a.q_mask{outline: none;}

/* q_about start! */
.q_section.q_about{padding:0;background: url(../images/q_about_txt.jpg) no-repeat left center;}
.q_about_img{width:50%;float:right;height: 749px;overflow: hidden;}
.q_about_txt{width:50%;float:left;}
.q_about_img img,.q_about_txt img{width:100%;height: 100%;object-fit: cover;}
.q_about_mask{padding: 80px 5% 80px 20%;}
.q_about .q_section_title{width:100%;}
.q_about_span{margin:20px auto 0;font-size: 0;}
.q_about_span span{display: inline-block;margin-right: 30px;position: relative;font-size: 17px;color:#474747;font-weight: 700;line-height: 25px;}
.q_about_span span:before{content:'/';font-size: 18px;color:#a1a1a1;line-height: 25px;position: absolute;left:-18px;top:0;font-weight: 400;}
.q_about_span span:nth-of-type(1):before{content:'';}
.q_about_p{margin:35px auto 0;font-size: 15px;color:#3a3a3a;text-align: justify;line-height: 2;}
.q_about_p p{font-size: 15px;color:#3a3a3a;text-align: justify;line-height: 2;}

/* q_about end! */

/* q_number start! */
.q_number{margin:65px auto 0;}
.q_number_main{width:100%;margin:0 auto;padding:0;}
.q_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_number_item{width:25%;float:left;text-align: left;}
.q_number_icon{margin:0 auto 10px;}
.q_number_icon img{width:56px;}
.q_number_top{font-size: 45px;line-height: 56px;color:#2e2e2e;font-family: 'number';}
.q_number_top .sub{font-size: 16px;vertical-align: text-top;font-weight: normal;color:#f06601;}
.q_number_txt{width:100%;margin:0 auto;padding:0;font-size: 16px;color:#646464;line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
/* q_number end! */

/* q_news start! */
.q_section.q_news{padding:150px 0;}
.q_news_main{margin:80px auto 0;}
.q_news_item{width:32%;float:left;margin:0 2% 0 0;}
.q_news_item:nth-of-type(3n){margin:0;}
.q_news_item_img{overflow:hidden;}
.q_news_item_img .img{padding:65% 0 0;}
.q_news_item_txt{width:100%;margin:10px auto 0;position: relative;}
.q_news_item_date{position: relative;font-size: 0;padding-left:90px;}
.q_news_item_date span{display: inline-block;font-size:22px;color:#b9b9b9;font-family: 'number';line-height: 25px;font-weight: 100;}
.q_news_item_date span.span2{display: none;}
.q_news_item_date span.span3{position: absolute;left:10px;top:-40px;width:65px;padding:0 5px;
	text-align: center;font-size:43px;color:#fff;line-height:60px;background-color: #f06601;font-weight: 400;
}
.q_news_item_h{margin:25px auto 0;}
.q_news_item_h a{outline: none;display: block;width:100%;font-size: 18px;color:#252525;text-align: justify;line-height: 25px;height:25px;letter-spacing: 1px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_news_item_h a:hover{color: #f06601;}
.q_news_item_p{margin:10px auto 0;font-size: 14px;color:#999;text-align: justify;line-height: 22px;height:44px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}

/* q_news end! */

/* q_message start! */
.q_message{padding:90px 0;background:url(../images/pic.jpg) no-repeat top center;color:#fff;}
.q_message_main{width:100%;margin:0 auto;}
.q_message_top{width:100%;margin:0 auto;font-size: 38px;line-height: 45px;font-weight: bold;}
.q_message_h{width:100%;margin:50px auto 0;}
.q_message_h_cn{width:100%;margin:0 auto;font-size: 40px;line-height: 55px;font-weight: bold;}
.q_message_h_en{width:100%;margin:5px auto 0;font-size: 17px;line-height: 24px;font-weight: 100;text-transform: uppercase;}
.q_message_nav{width:100%;margin:20px auto 0;font-size: 22px;line-height: 30px;}
.q_form{width:100%;margin:50px auto 0;}
.q_form:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_form .q_form_div{width:calc((100% - 175px) / 3);float:left;margin:0 10px 0 0;}
.q_form .q_form_div .form-group{width:100%;margin:0 auto;padding:0;}
.q_form .form-group .addon{background-color: #f06601;color:#fff;border: solid 1px #f06601;border-radius: 0;}
.q_form .form-group .input{border-radius: 0;background-color: #fff;border: solid 1px #fff;box-shadow:0 0 0 #fff;padding: 6px 12px;}
.q_form .form-group .input:focus{border: solid 1px #f06601;}
.q_form .form-button{text-align: center;margin:20px auto 0;padding:0;}
.q_form .form-button .button{display:block;width:145px;float:right; padding:4px 35px;font-size: 16px;line-height: 23px;letter-spacing: 1px;border-radius:0;
	background-color: #f06601;color:#fff;border: solid 1px #f06601;
}
/* q_message end! */


/* q_footer start! */
.q_footer{background-color:#f4f4f4;}
.q_footer a{outline: none;color:#4d4d4d;opacity: .8;}
.q_footer a:hover{color:#f06601;opacity: 1;}
/* q_footer_t */
.q_footer_t{width:100%;margin:0 auto;}
.q_footer_t .q_footer_main{border-bottom: 1px solid #7f7f7f;padding:20px 0 10px;}
.q_footer_search{text-align: right;}
.q_footer_search img{cursor: pointer;}

/* q_footer_c */
.q_footer_c{width:100%;margin:0 auto;padding:50px 0 50px;}
.q_footer_c_l{width:400px;float:left;}
.q_footer_tel{width:100%;margin:0 auto;}
.q_footer_tel>li{width:100%;margin:0 auto 20px;}
.q_footer_tel>li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size:0;}
.q_footer_icon{width:32px;float:left;}
.q_footer_txt{width:calc(100% - 50px);float:right;font-size: 17px;color:#4d4d4d;line-height: 30px;text-align: justify;}

.q_footer_c_r{width:calc(100% - 520px);float:right;}
.q_footer_list{width:100%;margin:0 auto;}
.q_footer_item{width:18%;float:left;margin:0 2% 0 0;}
.q_footer_item:nth-of-type(5n){margin:0;}
.q_footer_item_h{width:100%;margin:0 auto;}
.q_footer_item_h a{display: block;font-size: 22px;opacity: 1;line-height: 30px;letter-spacing: 2px;}
.q_footer_item ul{width:100%;margin:25px auto 0;}
.q_footer_item ul>li{width:100%;margin:0 auto;}
.q_footer_item ul>li>a{font-size: 16px;line-height: 2;}

/* q_footer_b */
.q_footer_b{width:100%;margin:0 auto;padding:25px 0;border-top:1px solid #7f7f7f;}
.q_footer_b_r{width:15%;float:right;text-align: right;font-size: 0;}
.q_footer_b_l{width:80%;float:left;font-size: 0;}
.q_footer_b_l>span:nth-of-type(1){margin-left:0;}
.q_footer_b span,.q_footer_b a{margin:0 4px;line-height: 20px;font-size: 14px;color:#4d4d4d;outline: none;}
.q_footer_b a:hover{color:#f06601;}
.q_footer_b span a{margin:0;}

.q_footer_code{margin:0 auto;}
.q_footer_code ul{width:100%;margin:0 auto;font-size: 0;text-align: right;}
.q_footer_code ul>li{display: inline-block;position: relative;margin-left: 15px;}
.q_footer_code ul>li>a{display: block;width:100%;opacity: .5;}
.q_footer_code ul>li>a>img{width:30px;}
.q_footer_wx_div{width:120px;height:120px;box-shadow: 0 0 5px #ccc;position: absolute;left:-36px;top:-146px;display: none;}

/* q_footer end! */

/* q_banner_n start! */
.q_banner_n{margin:138px auto 0;}
.q_banner_n .img{padding:32.8% 0 0;}
/* q_banner_n end! */

/* q_position start! */
.q_position{width:100%;padding:10px 0;background-color: #fafafa;}
.q_position_main{width:100%;margin:0 auto;text-align: right;color:#555;line-height: 25px;height:25px;font-size: 15px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_position_main>i{margin-right: 7px;color:#f06601;}
.q_position_main a{outline: none;color:#333;margin:0 3px;}
.q_position_main a:hover{color:#f06601;}
/* q_position end! */

/* q_main start! */
.q_main{font-size: 16px;color:#555;line-height: 2;min-height: 360px;padding:50px 0 80px;}
p{font-size: 16px;color:#555;}
.q_main_in{margin:80px auto 0;}
.q_main_div{padding:90px 0;}
.q_main_div_title{margin:0 auto;}
.q_main_div_h{color:#f06601;font-size: 33px;line-height:40px;font-weight: 700;letter-spacing: 3px;}
.q_main_div_span{margin:15px auto 0;font-size: 0;}
.q_main_div_span span{display: inline-block;width:30px;height:4px;background-color:#f06601;}

/* q_main end! */

/* q_n_nav start! */
.q_n_nav{margin:0 auto 50px;}
.q_n_nav>ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_nav>ul>li{width:23.5%;float:left;margin:0 2% 0 0;border:1px solid #f06601;padding:5px 8px;}
.q_n_nav>ul>li:nth-of-type(4n){margin:0;}
.q_n_nav>ul>li>a{outline: none;display: block;width:100%;text-align: center;font-size:25px;color:#f06601;line-height: 50px;height:50px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_nav>ul>li.on{background-color: #f06601;}
.q_n_nav>ul>li.on>a{color:#fff;}
/* q_n_nav end! */

/* q_n_about start! */
.q_n_about_div1{background-color:#f9f9f9;}
.about_div1_img{width:33%;float:right;}
.about_div1_txt{width:62%;float:left;}
.about_div1_txt strong{font-weight: 700;}

.q_n_about_list{margin:65px auto 0;}
.about_item{width:22.6%;float:left;margin:0 3.2% 35px 0;overflow:hidden;border:1px solid #ddd;}
.about_item:nth-of-type(4n){margin:0 0 35px 0;}
.about_item .img{padding:75.28% 0 0;}

.q_n_about_div3{background:#f9f9f9 url("http://mb88.template.0537ys.com/static/css/../image/q_n_honor_bg.jpg") no-repeat center top;background-size: cover;height:730px;}
.q_n_about_div3_p{margin:15px auto 0;font-size: 17px;font-weight: 700;color:#474747;line-height: 25px;text-align: justify;}

.q_n_honor{margin:100px auto 0;position: relative;padding:0 60px;}

.q_n_honor .swiper_button_honor{background:none;width:40px;height:36px;line-height:35px;font-size:18px;
	text-align: center;border-radius: 0;background-color: #f06601; border:1px solid #f06601;color:#fff;transition: all 0.3s;
}
.q_n_honor .swiper_button_honor.swiper_button_honor_prev{left:0;}
.q_n_honor .swiper_button_honor.swiper_button_honor_next{right:0;}

.honor_item{border:1px solid #ddd;padding:20px 25px;}
.honor_item_img{overflow:hidden;}
.honor_item_img .img{padding:63.7% 0 0;}

.q_n_about_div4{margin:20px auto 0;background:#fafafa url("http://mb88.template.0537ys.com/static/css/../image/q_n_culture_bg.jpg") no-repeat center top;background-size: cover;height:730px;}
.q_n_about_div4_p{margin:110px auto 0;}
.q_n_about_div4_p p{font-size: 33px;font-weight: 700;color:#474747;text-align: justify;line-height: 2.5;}

.q_n_about_div5{padding:100px 0 0;}
.q_n_partner_list{margin:50px auto 0;}
.partner_item{width:23.5%;float:left;margin:0 2% 35px 0;border:1px solid #bbb;box-shadow:5px 5px 15px #ddd;border-radius: 10px;overflow:hidden;}
.partner_item:nth-of-type(4n){margin:0 0 35px 0;}
.partner_item .img{padding:47.36% 0 0;}
/* q_n_about end! */


/* q_n_case start! */
.q_n_case_list .q_case_item{width:32%;float:left;margin:0 2% 50px 0;}
.q_n_case_list .q_case_item:nth-of-type(3n){margin:0 0 50px 0;}
/* q_n_case end! */

/* q_n_news start! */
.q_n_news_list{margin:0 auto 80px;}
.news_item{padding:35px 20px;border-bottom: 1px solid #ddd;}
.news_item:nth-of-type(1){padding:0 20px 35px;}
.news_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_item_img{width:435px;height: 225px;float:left;overflow:hidden;}
.news_item_img .img{height: 100%;}
.news_item:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.news_item_txt{width:calc(100% - 465px);height:225px;float:right;position: relative;}
.news_item_h a{outline: none;display: block;width:100%;font-size: 22px;color:#282828;line-height: 35px;text-align: justify;}
.news_item_p{margin:25px auto 0;font-size: 15px;color:#999;text-align: justify;line-height: 28px;height:84px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}
.news_item_h a:hover{color:#f06601;}
.news_item_date{width:50%;position: absolute;left:0;bottom:0;font-size:22px;color:#b9b9b9;font-family: 'number';line-height: 25px;font-weight: 100;}
.news_item_more{width:40%;position: absolute;right:0;bottom:0;text-align: right;}
.news_item_more a{outline: none;display: inline-block;padding:1px 15px 3px;background-color:#f06601;color:#fff;font-size: 18px;line-height: 25px;}

.q_n_show_h{width:90%;margin:0 auto;font-size: 22px;color:#222;line-height: 30px;text-align: center;letter-spacing: 2px;}
.q_n_show_span{margin:25px auto 0;padding:5px 25px;background-color: #f0f0f0;text-align: center;}
.q_n_show_span span{font-size: 15px;color:#555;line-height: 20px;margin:0 5px;}
.q_n_show_body{margin:30px auto 0;padding:30px 50px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;font-size: 17px;line-height: 2.5;min-height: 300px;}
.q_n_show_body p{font-size: 17px;line-height: 2.5;}
.q_n_show_body img{display:block;width:auto;margin:0 auto;}
/* q_n_news end! */

/* q_n_contact start! */
.q_n_cont_div{margin:0 auto 60px;}
.cont_div_h{font-size: 26px;color:#000;line-height: 30px;letter-spacing: 2px;}
.cont_div_body{margin:30px auto 0;}
.q_n_tel_list{background-color: #f8f8f8;padding:25px 50px 5px;}
.tel_item{width:32%;float:left;margin:0 2% 20px 0;font-size: 0;}
.tel_item:nth-of-type(3n){margin:0 0 20px 0;}
.tel_item>span{display: inline-block;vertical-align: bottom;font-size: 22px;color:#000;line-height: 35px;font-weight: 100;font-family: 'number';position: relative;}
.tel_item>span.tel_item_h{margin:0 30px 0 0;}
.tel_item>span.tel_item_h:after{content:'';width:1px;height:18px;background-color: #000;position: absolute;bottom:7px;right:-16px;z-index: 2;}
.tel_item>span.tel_item_p{font-weight: 700;letter-spacing: 1px;font-size: 25px;}
.tel_item:nth-of-type(5){width:64%; margin:0 0 20px 0;}
.tel_item:nth-of-type(5)>span.tel_item_p{font-weight: 400;font-family: 'Microsoft Yahei',Arial,Verdana,sans-serif;}

/* q_n_contact end! */

/* q_n_form start! */
.q_n_form{display: block;width:100%;}
.form_item{width:47%;float:left;margin:0 6% 25px 0;position: relative;}
.form_item:nth-of-type(2n){margin:0 0 25px 0;}
.form_item_input{display: block;width:100%;padding:10px 30px;border:0;border-bottom: 1px solid #ccc;font-size: 16px;color:#000;line-height: 25px;}
.form_item_input:focus{border-bottom: 1px solid #f06601;}
.form_item:nth-of-type(5){width:100%;margin:0;}
.form_item_must:before{content:"*";font-size: 16px;color:#f00;position: absolute;left:15px;top:8px;}
.q_n_form_btn{margin:50px auto 0;}
.form_btn{display: inline-block;background-color: #888;border:0;padding:10px 50px;font-size:18px;color:#fff;line-height: 25px;margin-right: 20px;}
.form_btn:nth-of-type(1){background-color: #f06601;}
/* q_n_form end! */

/* q_n_product start! */
.q_n_pro_item{width:49%;float: left;margin:0 2% 40px 0;position: relative;padding:70px 3% 50px;
	background-color: #f4f4f4;background-image: linear-gradient(-45deg, #fafafa, #e0e0e0);
}
.q_n_pro_item:nth-of-type(2n){margin:0 0 40px 0;}
.q_n_pro_item_img{width:100%;margin:30px auto 0;}
.q_n_pro_item_img .img{padding: 22.65% 0 0;}

.q_n_pro_item_ul{margin:45px auto 0;}
.q_n_pro_item_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_pro_item_ul>li{width:19%;float: left;margin:0 1.25% 0 0;border:1px solid #f06601;text-align: center;}
.q_n_pro_item_ul>li:nth-of-type(5n){margin:0;}
.q_n_pro_item_ul>li>.img{padding:86.66% 0 0;}

/* q_n_product end! */

/* q_n_solution start! */
.q_n_sol_item_ul{margin:35px auto 0;}
.q_n_sol_item_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_sol_item_ul>li{width:23.5%;float: left;margin:0 2% 10px 0;border:1px solid #f06601;position: relative;}
.q_n_sol_item_ul>li:nth-of-type(4n){margin:0 0 10px 0;}
.q_n_sol_item_ul>li>.img{padding:86.66% 0 0;}
.q_n_solution_list .q_pro_item_more{position: static;margin:20px auto 0;}
.q_n_sol_item_ul>li>.img.q_n_sol_mask{width:0;position: absolute;left:0;bottom:0;z-index: 9;transition: all 0s;}
.q_n_sol_item_ul>li:hover>.img.q_n_sol_mask{width:170%;height:170%;padding:0;border:4px solid #f06601;left:-1px;bottom:-1px;}

/* q_n_solution end! */

/* q_n_content start! */
.q_n_content{margin:0 auto;position: relative;min-height: 300px;}
.q_n_cont_pic{position: relative;border:1px solid #ccc;}
/*.q_n_cont_pic .img{padding:22.65% 0 0;}*/
.q_n_cont_pic .img{padding:28% 0 0;}
.q_n_cont_pic_top{background-color: #fafafa;padding:120px 5%;}
.q_n_cont_pic_thumbs{border-top:1px solid #ccc;padding:20px 180px;position: relative;}
.img_block{border:1px solid #ccc;padding:40px 15px;}
.swiper-slide-thumb-active .img_block{border:1px solid #f06601;}

.q_n_cont_pic.q_n_cont_pic2 .img{padding: 75.29% 0 0;}
.q_n_cont_pic.q_n_cont_pic2 .q_n_cont_pic_top{padding:0 5%;}
.q_n_cont_pic.q_n_cont_pic2 .img_block{padding:0 5%;}

.q_n_cont_pic.q_n_cont_pic_sol .img{padding: 48% 0 0;}
.q_n_cont_pic.q_n_cont_pic_sol .q_n_cont_pic_top{padding:0;}
.q_n_cont_pic.q_n_cont_pic_sol .img_block{padding:0;}

.q_n_cont_pic .q_n_cont_pic_thumbs .swiper_button_cont_pic{background:none;width:30px;height:80%;line-height: 1;margin-top: 0;font-size: 20px;
  text-align: center;border-radius: 0;border:0;transition: all 0.3s;color:#555;background-color: #eee;top:10%;
}
.q_n_cont_pic .q_n_cont_pic_thumbs .swiper_button_cont_pic i{display: block;width:24px;height: 24px;line-height: 24px;position: absolute;left:3px;top:50%;margin-top: -15px;}
.q_n_cont_pic .q_n_cont_pic_thumbs .swiper_button_cont_pic.swiper_button_cont_pic_prev{right:auto;left:3%;}
.q_n_cont_pic .q_n_cont_pic_thumbs .swiper_button_cont_pic.swiper_button_cont_pic_next{right:3%;}

	/* q_n_cont_title */
.q_n_cont_title{margin:70px auto 0;height: 105px;background-color: #ededed;color:#fff;position: relative;}
.q_n_cont_title_l{width:60%;background-color:#f06601;height:130px;position: absolute;left:0;bottom:0;padding:40px 40px 40px 80px;font-size: 0;}
.q_n_cont_title_l:after{content: '';width:0;height:0;border-right: 60px solid transparent;border-top: 130px solid #f06601;position: absolute;right:-60px;top:0;}
.cont_title_span{display: inline-block;height: 45px;position: relative;vertical-align: middle;}
.cont_title_span span{display: block;font-size:22px;line-height: 25px;}
.cont_title_span span.cn{letter-spacing: 3px;}
.cont_title_span span.en{font-size:12px;line-height: 20px;text-transform: uppercase;}
.cont_title_span:nth-of-type(2){margin-left: 50px;}
.cont_title_span:nth-of-type(2):before{content:'';width:2px;height: 36px;background-color: #fff;border-radius: 2px;position: absolute;left:-25px;top:5px;}
.cont_title_span:nth-of-type(2) h1{font-size:36px;height: 45px;line-height: 43px;font-weight: 700;letter-spacing: 3px;}

.q_n_cont_title_r{width:35%;float:right;height: 105px;position: absolute;right:0;bottom:0;text-align: right;}
.q_n_cont_title_r:before{content: '';width:0;height:0;border-left: 22px solid transparent;border-bottom: 50px solid #f06601;position: absolute;left:-22px;bottom:0;}
.cont_title_catname{width:100%;color:#656565;font-size: 18px;height: 55px;line-height: 55px;padding-right: 35px;font-weight: 700;letter-spacing: 2px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.cont_title_tel{height:50px;background-color:#f06601;padding-right:35px;line-height: 50px;font-size:18px;font-family: 'number';}
.cont_title_tel .normal{margin-right: 10px;}
.cont_title_tel .bold{letter-spacing: 1px;font-size: 24px;}

	/* q_n_cont_body */
.q_n_cont_body{margin:50px auto 0;}
.q_n_cont_body_line{margin:0 auto;border-top:2px solid #f06601;}
.q_n_cont_group{margin: 60px auto 0}
.q_n_cont_group_h{border-left:5px solid #f06601;padding:0 0 0 30px;font-size: 22px;color:#f06601;line-height: 30px;height:30px;font-weight: 700;letter-spacing: 2px;}
.q_n_cont_group_body{padding:20px 0;font-size: 17px;color:#555;line-height: 2.2;}
.q_n_cont_group_body p{font-size: 17px;color:#555;line-height: 2.2;}
.q_n_cont_group_txt{padding:0 35px;}

.q_n_cont_ul{margin:20px auto 0;}
.q_n_cont_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_cont_ul>li{width:19%;float: left;margin:0 1.25% 0 0;text-align: center;}
.q_n_cont_ul>li:nth-of-type(5n){margin:0;}
.q_n_cont_ul>li>.img{padding:86.66% 0 0;border:1px solid #f06601;}
.pic_txt{margin:15px auto 0;font-size: 18px;color:#555;line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_n_variety_main{width:100%;position: relative;}
.q_n_variety_before,.q_n_variety_after{width:175px;position: absolute;top:0;}
.q_n_variety_before{left:-175px;}
.q_n_variety_after{right:-175px;}

.q_n_variety_list{padding:0 7px;}
.variety_li{margin:0 7px;float:left;width:20%;}
.variety_item{border:1px solid #f06601;border-radius: 10px;text-align: center;overflow:hidden;cursor: pointer;}
.variety_item_img{height:350px;position: relative;border-bottom: 1px solid #f06601;}
.variety_item_img .img{height:100%;}
.variety_item_mask{width:100%;height: 100%;background-color: #fff;position: absolute;left:0;top:0;transition: all .3s;}
.variety_item_mask_in{width:100%;position: absolute;left:0;top:50%;padding:0 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.variety_item_h{font-size: 28px;color:#ef6700;font-weight: 700;letter-spacing: 3px;line-height: 35px;height: 35px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.variety_item_txt{padding:60px 15px;}
.variety_item_num{font-size: 44px;color:#ef6700;line-height: 50px;height:50px;font-family: 'number';}
.variety_item_more{margin:30px auto 0;}
.variety_item_more span{display: inline-block;padding:6px 25px;font-size: 14px;color:#ef6700;border:1px solid #f06601;cursor: pointer;
	line-height: 20px;border-radius: 20px;letter-spacing: 1px;
}
.variety_item_title{margin:33px auto;font-size: 30px;color:#ef6700;line-height: 50px;height:50px;letter-spacing: 5px;font-weight: 700;}
.variety_item:hover .variety_item_mask{background-color: rgba(255,255,255,0);}
.variety_item_p{display: none;opacity: 0;}

.q_n_variety_fixed{width:100%;height:100%;background-color: rgba(0,0,0,.4);position: fixed;left:0;top:0;z-index: 9999999999999999;display: none;}
.q_n_variety_bg{width:100%;height:100%;position: relative;}

.variety_block_out{width:100%;height:100%;position: absolute;left:0;top:0;}
.variety_block_in{width:100%;position: absolute;left:0;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.variety_block{width:86%;margin:0 auto;max-width: 800px;background-color: #fff;padding:50px;border-radius: 15px;position: relative;}
.variety_block_close{width:30px;height:30px;line-height: 30px;text-align: center;font-size: 22px;
	color:#222;cursor: pointer;position: absolute;top:30px;right:30px;
}
.variety_block_img{width:40%;float:left;text-align: center;}
.variety_block_txt{width:55%;float:right;}
.variety_block_txt a{outline: none;display: block;width:100%;padding:50px 0;}
.variety_block_txt_h{font-size: 26px;color:#333;line-height: 35px;text-align: left;}
.variety_block_txt_p{margin:30px auto 0;font-size: 16px;color:#555;text-align: justify;overflow:hidden;
	line-height: 25px;height:100px;
}
.variety_block_txt:hover .variety_block_txt_h{color:#f06601;}


.q_n_param_list{width:100%;margin:20px auto 0;border-collapse : separate;border-spacing:5px;}
.q_n_param_list th,.q_n_param_list td{border:1px solid #f06601;padding:20px 8px;text-align:center;font-size: 15px;color:#555;line-height: 25px;}
.q_n_param_list th{color:#fff;font-size: 17px;background-color:#f06601;}
.q_n_param_list td:nth-of-type(1){font-size: 17px;font-weight: 700;}

.q_n_cont_group_info{margin:20px auto 25px;padding:0 35px;font-size: 15px;color:#777;line-height: 25px;text-align: justify;}

.q_n_cont_form{padding:50px;background-color: #f8f8f8;}
.q_n_cont_form .form_item_input{background:none;}
/* q_n_content end! */




/* q_map start! */
.q_map{border-top:1px solid #ddd;padding:50px 0;}
.allmap {width: 100%;height: 400px;font-size: 14px;line-height: 30px;overflow: hidden;font-family:"微软雅黑";}
.allmap b{color: #f06601;font-weight: 700;font-size: 17px;line-height: 30px;}
.allmap img{max-width: none;}

@media(max-width: 640px){
.q_map{padding:30px 20px;}
  .allmap {height: 210px;}
}
/* q_map end! */

/* pagelist start! */
.pagelist {list-style: none;margin:50px auto 0;text-align: center;padding:5px 0;font-size: 0;}
.pagelist > a,.pagelist>span{
	display: inline-block;text-decoration: none;outline: none;min-width:45px;height:40px;line-height: 40px;
	font-size: 15px;padding:0 10px;color:#222;background-color: #f5f5f5;margin:3px 3px;border-radius: 5px;transition: all .2s;}
.pagelist > span{color:#fff;background-color: #f06601;}
.pagelist >a:hover{color:#fff;background-color: #f06601;}
@media(max-width: 1440px){
	.pagelist {margin:40px auto 0;}
	.pagelist > a,.pagelist > span{min-width:40px;height:35px;line-height: 35px;font-size: 13px;padding:0 8px;}
}
@media(max-width: 640px) {
	.pagelist {margin:30px auto 0;}
	.pagelist > a,.pagelist > span{min-width:40px;height:30px;line-height: 30px;font-size: 12px;padding:0 8px;font-weight: normal;}
}
@media(max-width: 500px) {
	.pagelist {margin:25px auto 0;}
	.pagelist > a,.pagelist > span{min-width:40px;height:30px;line-height: 30px;font-size: 12px;margin:3px 2px;}
}
/* pagelist end! */

/* page  start! */
.page{width:100%;margin:10px auto;line-height: 25px;padding:0;}
.page:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.page_a{width:50%;padding:0;float:left;color:#888;font-size: 15px;}
.page_a a{display:block; width:100%;outline: none;color:#888;font-size: 15px;line-height: 25px;height:25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page_a a:hover{color: #f06601;}
.page_a a i{margin:0 10px;}
.page_next{float:right;text-align: right;}
@media (max-width: 1440px) {
  .page{margin:8px auto 0;font-size: 14px;}
  .page_a a{padding:0;font-size: 14px;}
  .page_a a i{margin:0 6px;}
}
@media (max-width: 640px) {
  .page{margin:0 auto;padding:6px 10px;}
  .page_a{width:100%;float:none;font-size: 13px;line-height: 30px;height:30px;}
  .page_next{float:none;text-align: left;}
  .page_a a{display: inline;padding:0;font-size: 13px;}
  .page_a a i{margin:0 6px;}
}
/* page  end! */

/* m_footer start! */
.footer_m {display: none;}
@media (max-width: 640px) {
	.q_footer {margin-bottom: 60px;}
	.footer_m {display: block;}
}
.footer_m{position: fixed;bottom:0;left:0;width:100%;height:60px;z-index: 99;padding:10px 0;background-color: #f06601;}
.footer_m:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_m_item {width:33%;float:left;height:40px;text-align: center;}
.footer_m_item a{outline: none}
.footer_m_item_icon {width:100%;height:20px;}
.footer_m_item_icon a{outline: none;display: block;width: 100%;height:100%;outline: none;}
.footer_m_item_icon img{width:20px;height:20px;}
.footer_m_item_txt{width:100%;height:20px;line-height: 20px;color:#fff;font-size: 12px;}
/* m_footer end! */


/* q_aside start! */
.q_aside{position: fixed;right:1%;bottom:25%;z-index: 100000000000;}
.q_aside_item{width:54px;height:54px;margin:0 auto 2px; background-color: #f06601;border-radius: 4px;cursor: pointer;position: relative;text-align: center;padding:12px;}
.q_aside_item a{outline: none;display: block;}
.q_aside_item_main{width:150px;height:54px;text-align: center;line-height: 54px;font-size: 17px;display: none;
  color:#fff;background-color:#f06601;border-radius: 4px;position: absolute;left:-160px;top:0px;
}
.weixin{width:120px;height:120px;text-align: center;padding:0;display: none;overflow:hidden;box-shadow: 0 0 10px #888;
  border-radius: 4px;position: absolute;left:-130px;top:-33px;
}
.q_aside_item4{display: none;}
@media(max-width: 640px){
  .q_aside{right:10px;bottom:15%;}
  .q_aside_item{width:36px;height:36px;padding:7px;}
  .q_aside_item_main{width:120px;height:36px;line-height: 36px;font-size: 14px;display: none;left:-130px;top:0px;}
  .weixin{width:100px;height:100px;display: none;left:-110px;top:-33px;}
  .q_aside_item1,.q_aside_item2,.q_aside_item3{display: none;}
}
/* q_aside end! */

/* page-index-all */

@keyframes fadeindown_little {
  0%   {opacity: 0;transform: translateY(-20px)}
  100% {opacity: 1;transform: translateY(0)}
}
.little:hover{animation-name: fadeindown_little;animation-duration: .5s;}

.page-index-all {width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;left:0;top:0; z-index: 999999;display: none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.q_form_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_form_mask_in{width:400px;position: absolute;left:50%;margin-left:-200px;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.q_form_main{width:100%;margin:0 auto;background-color: #fff;border-radius: 4px;padding:45px 50px;position: relative;
	animation-name: fadeindown_little;animation-duration: .5s;
}
.q_form_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_form_close{width: 20px;height: 20px;line-height: 20px;text-align: center;position: absolute;top: 10px;right: 10px;color: #50506d;font-size: 22px;cursor: pointer;}
.q_form_close:hover{color:#f06601;}
.q_form_h{width:100%;margin:0 auto;color: #50506d;font-family: Helvetica Neue,Helvetica,sans-serif;text-align: center;}
.q_form_h_big{width:100%;margin:0 auto;font-size: 20px;font-weight: 700;line-height: 25px;}
.q_form_h_small{width:100%;margin:10px auto 0;font-size: 12px;line-height: 20px;}
.q_form_input{width:100%;margin:10px auto 0;position:relative;color:#50506d;border:1px solid #50506d;border-radius: 4px;padding:5px 5px;}
.q_form_input>i{display: block;width:30px;height:30px;line-height: 30px;font-size: 22px;float:left;}
.q_form_input>span{display: block;width:30px;float:right;}
.q_form_input>input{width:calc(100% - 60px);float:left;border:0;padding:0 10px;line-height: 30px;height:30px;font-size: 13px;color:#50506d;}
.q_form_button{width:100%;margin:20px auto 0;text-align: center;border-radius: 8px;font-size: 15px;line-height: 40px;padding:3px 0;cursor: pointer;
	background-color: #f06601;color:#fff;letter-spacing: 2px;
}
#q_alert{z-index: 9999999;}
#q_alert .q_form_h_big{font-size: 17px;text-align: left;}
#q_alert .q_form_h_small{font-size: 13px;text-align: left;}
#q_alert .q_form_button{width:auto;display: inline-block;float:right;line-height: 20px;padding:7px 30px;font-weight: 400;}

@media(max-width: 640px){
	.q_form_mask_in{width:300px;left:50%;margin-left:-150px;}
}
